www.gusucode.com > wxApp PHP版微信小程序CMS系统 v1.0PHP源码程序 > wxApp PHP版微信小程序CMS系统 v1.0/wxAppCMS_v1.0.0/wxAppCMS_v1.0.0/app/forms/forms.lang.php

    <?php
/**
* iPHP - i PHP Framework
* Copyright (c) 2012 iiiphp.com. All rights reserved.
*
* @author icmsdev <iiiphp@qq.com>
* @site http://www.iiiphp.com
* @licence http://www.iiiphp.com/license
*/
defined('iPHP') OR exit('What are you doing?');

return array(
    'error'           =>'提交出错!',
    'user_auth_error' =>'user_auth_error',
    'not_found_fid'   =>'找不到相关表单<b>ID:%d</b>!',
    '!enable'         =>'该表单设置不允许用户提交!',
);